Skip to content

ReactiveSplitViewController class

Attributes: [DebuggerDisplay("{ViewModel}")]

Defined in

Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll Full name: ReactiveUI.Reactive.ReactiveSplitViewController<T> Modifiers: public

Summary

View source

        This is a View that is both a NSSplitViewController and has ReactiveObject powers
        (i.e. you can call RaiseAndSetIfChanged).
        

Applies to

net10.0-ios26.0, net10.0-macos26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

Class hierarchy
classDiagram
class ReactiveSplitViewController~T~
class ReactiveSplitViewController
ReactiveSplitViewController <|-- ReactiveSplitViewController~T~
class IViewFor~TViewModel~ {
    <>
}
IViewFor~TViewModel~ <|.. ReactiveSplitViewController~T~
class IViewFor {
    <>
}
IViewFor <|.. ReactiveSplitViewController~T~
class IActivatableView {
    <>
}
IActivatableView <|.. ReactiveSplitViewController~T~

Inherits from: ReactiveSplitViewController

Implements: IViewFor, IViewFor, IActivatableView

Constructors

NameSummary
.ctorInitializes a new instance of the [ReactiveSplitViewController](# class.

Properties

NameSummary
ViewModelGets or sets the strongly typed view model. Override this property to integrate with the platform's binding system.
Inherited members